projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78cebe
)
(fill-indent-according-to-mode): Default to nil.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 25 Nov 2001 22:37:00 +0000
(22:37 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 25 Nov 2001 22:37:00 +0000
(22:37 +0000)
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index 2abda635f0de6160ebe79fe8369263dbcd8fa068..e9c62327a9c74e1221a5d2f76965b50830e0a288 100644
(file)
--- a/
lisp/textmodes/fill.el
+++ b/
lisp/textmodes/fill.el
@@
-106,7
+106,7
@@
This function is used when `adaptive-fill-regexp' does not match."
:type '(choice (const nil) function)
:group 'fill)
-(defvar fill-indent-according-to-mode
t
+(defvar fill-indent-according-to-mode
nil ;Screws up CC-mode's filling tricks.
"Whether or not filling should try to use the major mode's indentation.")
(defun current-fill-column ()